projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e41dd6a
)
I've temporarily disabled compilation of the gdk-pixbuf-drawable module.
author
Cody Russell
<bratsche@src.gnome.org>
Thu, 7 Oct 1999 18:04:04 +0000
(18:04 +0000)
committer
Cody Russell
<bratsche@src.gnome.org>
Thu, 7 Oct 1999 18:04:04 +0000
(18:04 +0000)
Federico pointed out some problems with it. It'll be re-enabled when those
are fixed.
gdk-pixbuf/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/Makefile.am
b/gdk-pixbuf/Makefile.am
index 5a98905403ed0c6a4b11efacd9ef758b5729e0d3..e7716ca75894dc6d3761c0eee2a791e78fc33d86 100644
(file)
--- a/
gdk-pixbuf/Makefile.am
+++ b/
gdk-pixbuf/Makefile.am
@@
-44,14
+44,14
@@
testpixbuf_LDADD = $(LDADDS)
libgdk_pixbufincludedir = $(includedir)/gdk-pixbuf
libgdk_pixbuf_la_SOURCES = \
+# gdk-pixbuf-drawable.c \
gdk-pixbuf.c \
- gdk-pixbuf-io.c \
- gdk-pixbuf-drawable.c
+ gdk-pixbuf-io.c
libgdk_pixbufinclude_HEADERS = \
+# gdk-pixbuf-drawable.h \
gdk-pixbuf.h \
- gdk-pixbuf-io.h \
- gdk-pixbuf-drawable.h
+ gdk-pixbuf-io.h
#
# The PNG plugin.